home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / nt / ntkb.zip / NTKB.EXE / Q102 / 5 / 31.TXT < prev    next >
Text File  |  1993-11-16  |  3KB  |  102 lines

  1. DOCUMENT:Q102531  04-NOV-1993  [W_NT]
  2. TITLE   :Drive Changed to New Partition During Drive Creation
  3. PRODUCT :Windows NT
  4. PROD/VER:3.10
  5. OPER/SYS:WINDOWS
  6. KEYWORDS:
  7.  
  8. ----------------------------------------------------------------------
  9. The information in this article applies to:
  10.  
  11.  - Microsoft Windows NT operating system, version 3.1
  12.  - Microsoft Windows NT Advanced Server, version 3.1
  13. ----------------------------------------------------------------------
  14.  
  15. SYMPTOMS
  16. ========
  17.  
  18. Consider this drive layout:
  19.  
  20.     ---------------------------------
  21.     |  c:   |   d:   |  free space  |
  22.     ---------------------------------
  23.  
  24. Where d: is where Windows NT is installed, AND it is a "logical drive"
  25. (extended partition).
  26.  
  27. In this layout, the arcnames could be described:
  28.  
  29.     scsi(0)disk(x)rdisk(0)partition(1)   c: drive
  30.     scsi(0)disk(x)rdisk(0)partition(2)   d: drive
  31.  
  32. If you go into windisk and create a new drive where the free space is,
  33. your arcnames change to:
  34.  
  35.     --------------------------
  36.     |  c:   |   d:   |   e:  |
  37.     --------------------------
  38.  
  39.     scsi(0)disk(x)rdisk(0)partition(1)   c: drive
  40.     scsi(0)disk(x)rdisk(0)partition(3)   d: drive
  41.     scsi(0)disk(x)rdisk(0)partition(2)   e: drive
  42.  
  43. The d: drive becomes partition(3).
  44.  
  45. NOTE: If the free space where e: was made is already within the
  46. extended region, this arcname change does not occur.
  47.  
  48. You can encounter this problem any time you boot from a "logical
  49. partition" then make a new real partition on the same disk.
  50.  
  51. CAUSE
  52. =====
  53.  
  54. This change occurs because there can be only one extended region in
  55. the partition table of physical sector 0 on the drive, and it is
  56. always placed last in the table.
  57.  
  58. Windisk knows you just changed the Windows NT boot tree from
  59. partition(2) to partition(3). It cannot pop up a message telling you
  60. to edit BOOT.INI, and change the 2 to a 3, so it generates an access
  61. violation
  62.  
  63. Nothing is destroyed; your disk and the Windows NT tree are still
  64. there.
  65.  
  66. WORKAROUND
  67. ==========
  68.  
  69. 1. If your c: drive is FAT, do the following:
  70.  
  71.       a. Boot MS-DOS.
  72.       b. Attrib -r -s -h BOOT.INI.
  73.       c. Edit BOOT.INI.
  74.       d. Change partition(x) to partition(x+1).
  75.   
  76.    If your c: drive is not FAT, go to another computer and format a
  77.    floppy disk. It will now have the Windows NT boot sector on it.
  78.  
  79. 2. Copy NTLDR, NTDETECT.COM, and BOOT.INI to it.
  80.  
  81. 3. Edit BOOT.INI, and start guessing as to what the arcname of your
  82.    Windows NT root is.
  83.  
  84. Additional reference words: 3.10
  85. KBCategory:
  86. KBSubCategory: ntap
  87.  
  88. =============================================================================
  89.  
  90. THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS
  91. PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND.  MICROSOFT DISCLAIMS
  92. ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES
  93. OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  IN NO
  94. EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR
  95. ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL,
  96. CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF
  97. MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE
  98. POSSIBILITY OF SUCH DAMAGES.  SOME STATES DO NOT ALLOW THE EXCLUSION
  99. OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES
  100. SO THE FOREGOING LIMITATION MAY NOT APPLY.
  101.  
  102. Copyright Microsoft Corporation 1993.